home *** CD-ROM | disk | FTP | other *** search
- /*
- rcs.h
-
- This is the include file for the
- Revision Control System
-
- Dwayne P.
- November 1991
- */
-
- #include <stdio.h>
- #include <string.h>
- #include <stdlib.h>
- #include <time.h>
- #include <ctype.h>
- #include <sys\types.h>
- #include <sys\stat.h>
-
- #define FIRST_LINE "&^%$#@!\n"
- #define DELIMETER "!@#$%^&\n"
-
-
-